home *** CD-ROM | disk | FTP | other *** search
/ Rover 25 Presentation / Rover25_Presentation_CD.bin / Tool2.cst / 00021_Script_go to engines < prev    next >
Text File  |  2000-01-31  |  175b  |  13 lines

  1. global gMovie, gMenu,
  2.  
  3. on mouseUp me
  4.   if gMenu <> 1 then
  5.     puppetSound 3, "uh-urr"
  6.     exit
  7.   else
  8.     gMovie = "5"-- movie name
  9.     go to "exit"
  10.   end if
  11. end
  12.  
  13.